Class org.omg.CORBA.BooleanHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.BooleanHolder

java.lang.Object
   |
   +----org.omg.CORBA.BooleanHolder

public final class BooleanHolder
extends Object
A Holder class for booleans for use with out and in/out IDL parameters.

Variable Index

 o value
the boolean value held by the BooleanHolder

Constructor Index

 o BooleanHolder()
construct the BooleanHolder with false initial value
 o BooleanHolder(boolean)
construct the BooleanHolder with the given boolean value

Variables

 o value
  public boolean value
the boolean value held by the BooleanHolder

Constructors

 o BooleanHolder
  public BooleanHolder()
construct the BooleanHolder with false initial value
 o BooleanHolder
  public BooleanHolder(boolean initial)
construct the BooleanHolder with the given boolean value
Parameters:
initial - the boolean used to initialize the BooleanHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index